/*$${"color":[{"val":"#fff","title":"标题文字颜色"},{"val":"#323232","title":"内容文字颜色"},{"val":"#e60012","title":"按钮文字颜色"}],"background":[{"val":"#e60012","title":"标题背景颜色"},
{"val":"#eac6c8","title":"查看更多按钮底色"}],"border":[]}$$*/
/* index */
#about_152{
	width: 100%;
	padding:60px 0;
}
#about_152 .cont{
	width: 1200px;
	margin: 0 auto;
}
#about_152 .conL{
	width: 66.6%;
	float: left;
	padding-bottom: 270px;
	background: url(/static/images/IC00014_06.png) no-repeat 30px bottom;
	background-size: 406px 254px;
}
#about_152 .conR{
	width: 33.4%;
	float: right;
}
#about_152 .conR img{
	float: left;
	width:calc(33% - 10px);
	margin: 0 5px;
	height: 550px;
	object-fit: cover;
}
#about_152 .conR img:nth-child(2){
	margin: 40px 0;
}
#about_152 .classname{
	width: 170px;
	background: url(/static/images/IC00014_01.png) no-repeat;
	background-size:100% auto;
	height: 295px;
	float: left;
	position: relative;
}
#about_152 .classname .tit-1{
	width: 30px;
	height: auto;
	background: rgba(29, 129, 77, 1);
	color: #fff;
	writing-mode:horizontal-tb;
	padding: 10px;
	display: block;
	line-height: 16px;
	position: absolute;
	left:0;
	top:120px;
}
#about_152 .classname .tit-1 i{
	margin-bottom: 10px;
}
#about_152 .aboutcon{
	width: calc(100% - 200px);
	float: right;
	color: #323232;
	padding-right: 40px;
}
#about_152 .aboutcon .tit-1{
	font-size: 28px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
#about_152 .aboutcon .tit-2{
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 20px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
}
#about_152 .aboutcon .more{
	color: rgba(29, 129, 77, 1);
	font-size: 14px;
	background: url(/static/images/IC00014_02.png) no-repeat right center;
	background-size: 14px 8px;
	padding-right: 20px;
	position: relative;
	margin-left: 5px;
}
#about_152 .aboutcon .more::after{
	width: 88px;
	height: 10px;
	background: rgba(32, 152, 91, 1);
	position: absolute;
	bottom: -3px;
	left:50%;
	margin-left: -44px;
	content: '';
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	#about_152 .cont{
		width: 96%;
	}
	#about_152 .classname{
		width: 140px;
		height: 243px;
	}
	#about_152 .classname .tit-1{
		top:120px;
	}
	#about_152 .aboutcon{
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 767px){
	#about_152{
		padding:20px 0;
	}
	#about_152 .conL{
		width: 98%;
	}
	#about_152 .classname{
		width: 90px;
	}
	#about_152 .classname .tit-1{
		padding:5px;
		width: 20px;
		top:70px;
		line-height: 14px;
	}
	#about_152 .aboutcon{
		width: calc(100% - 110px);
		padding-right: 0;
	}
	#about_152 .conL{
		padding-bottom: 150px;
		background-size: 80% auto;
	}
	#about_152 .conR{
		display: none;
	}
	#about_152 .aboutcon .tit-1{
		font-size: 24px;
	}
	#about_152 .aboutcon .tit-2{
		line-height: 24px;
		max-height: 120px;
	}
}